home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / msgbox / mbabout.frm < prev    next >
Text File  |  1995-05-08  |  4KB  |  144 lines

  1. VERSION 2.00
  2. Begin Form MBAbout 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About..."
  5.    ClientHeight    =   4185
  6.    ClientLeft      =   2505
  7.    ClientTop       =   1440
  8.    ClientWidth     =   3960
  9.    ControlBox      =   0   'False
  10.    Height          =   4590
  11.    Left            =   2445
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   4185
  17.    ScaleWidth      =   3960
  18.    Top             =   1095
  19.    Width           =   4080
  20.    Begin CommandButton Command1 
  21.       Caption         =   "OK"
  22.       Height          =   495
  23.       Left            =   1320
  24.       TabIndex        =   0
  25.       Top             =   3600
  26.       Width           =   1335
  27.    End
  28.    Begin PictureBox Picture2 
  29.       BorderStyle     =   0  'None
  30.       Height          =   495
  31.       Left            =   2880
  32.       Picture         =   MBABOUT.FRX:0000
  33.       ScaleHeight     =   495
  34.       ScaleWidth      =   495
  35.       TabIndex        =   8
  36.       Top             =   3120
  37.       Width           =   495
  38.    End
  39.    Begin PictureBox Picture1 
  40.       BorderStyle     =   0  'None
  41.       Height          =   495
  42.       Left            =   480
  43.       Picture         =   MBABOUT.FRX:0302
  44.       ScaleHeight     =   495
  45.       ScaleWidth      =   495
  46.       TabIndex        =   7
  47.       Top             =   3120
  48.       Width           =   495
  49.    End
  50.    Begin Label Label6 
  51.       Caption         =   "(206) 324-9024"
  52.       Height          =   255
  53.       Left            =   1320
  54.       TabIndex        =   6
  55.       Top             =   3240
  56.       Width           =   1335
  57.    End
  58.    Begin Label Label5 
  59.       Caption         =   "Seattle, WA 98122"
  60.       Height          =   255
  61.       Left            =   1200
  62.       TabIndex        =   5
  63.       Top             =   2880
  64.       Width           =   1695
  65.    End
  66.    Begin Label Label4 
  67.       Caption         =   "1202 East Pike Street Suite 665"
  68.       Height          =   255
  69.       Left            =   720
  70.       TabIndex        =   4
  71.       Top             =   2520
  72.       Width           =   2895
  73.    End
  74.    Begin Label Label3 
  75.       Caption         =   "Geoduck Systems"
  76.       Height          =   255
  77.       Left            =   1200
  78.       TabIndex        =   3
  79.       Top             =   2160
  80.       Width           =   1575
  81.    End
  82.    Begin Label Label2 
  83.       Alignment       =   2  'Center
  84.       Caption         =   "Developed by Richard Buhrer CIS 70671, 1501"
  85.       Height          =   375
  86.       Left            =   720
  87.       TabIndex        =   2
  88.       Top             =   1680
  89.       Width           =   2775
  90.    End
  91.    Begin Label Label8 
  92.       Alignment       =   2  'Center
  93.       Caption         =   "User Friendly Incorporated CIS 76702, 1605"
  94.       Height          =   375
  95.       Left            =   840
  96.       TabIndex        =   10
  97.       Top             =   1200
  98.       Width           =   2415
  99.    End
  100.    Begin Label Label9 
  101.       Alignment       =   2  'Center
  102.       Caption         =   "Inspired by a WordBASIC Macro by Jonathon Zuck"
  103.       Height          =   375
  104.       Left            =   360
  105.       TabIndex        =   11
  106.       Top             =   840
  107.       Width           =   3255
  108.    End
  109.    Begin Label Label7 
  110.       Alignment       =   2  'Center
  111.       Caption         =   "MsgBox Code Generator"
  112.       FontBold        =   0   'False
  113.       FontItalic      =   -1  'True
  114.       FontName        =   "MS Serif"
  115.       FontSize        =   9.75
  116.       FontStrikethru  =   0   'False
  117.       FontUnderline   =   0   'False
  118.       Height          =   255
  119.       Left            =   600
  120.       TabIndex        =   9
  121.       Top             =   480
  122.       Width           =   2655
  123.    End
  124.    Begin Label Label1 
  125.       Alignment       =   2  'Center
  126.       Caption         =   "MsgBox Editor"
  127.       FontBold        =   -1  'True
  128.       FontItalic      =   0   'False
  129.       FontName        =   "MS Serif"
  130.       FontSize        =   13.5
  131.       FontStrikethru  =   0   'False
  132.       FontUnderline   =   0   'False
  133.       Height          =   375
  134.       Left            =   120
  135.       TabIndex        =   1
  136.       Top             =   120
  137.       Width           =   3615
  138.    End
  139. End
  140. Sub Command1_Click ()
  141.     Unload MBAbout
  142. End Sub
  143.  
  144.